home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1996 September / JCSM Shareware Collection (JCS Distribution) (September 1996).ISO / editors_ / 10100a01.zis / BOXER1.PCX (.png) next >
PC Paintbrush Image  |  1993-05-13  |  34KB  |  640x400  |  4-bit (12 colors)
Labels: text | electronics | screenshot | display | software | multimedia software | operating system | computer icon
OCR: F10: File Edit Search Window Block Misc Goto WP Options Macro Help Visible Spaces <Alt F1> /* fill a character table with strings denoti Search Case <Alt F2> <Alt F3> Auto Indent Auto Save main(int argc, char *argv[]) <Alt F4> Paging Overlap <Alt F5> register int c; /* loop iTab Key <Alt F6> char buf[256][16]; /* charac Set Colors * loop to fill 'buf' with strings depending for (c=0; c < 256; c++) Load Colors Tab Width(s) File Backups Video Output <Alt F7> <Alt F8> <Alt F9> <Alt F10> <Alt F11> { if (isalpha(c)) /* letter Frames/Menu <Alt F12> { Passive Edit Video Rows <Ctr @> <Alt V> strcpy(buf [c], "alpha"); } else if (isdigit(c)) /* number? */ { strcpy(buf [c], "numeric"); } else set tab width values 10. c:\projects\sample.c 9L 7R 4:34 pm